String Schema
AirportRequestType Complex Type
Description
Airport
Namespace http://string.drv.de/xmlschema/string
Diagram
IcaoCode Element IataCode Element Choice AirportRequestType Complex Type
Overview
Used By
DepartureAirport Element
ArrivalAirport Element
DepartureAirport Element
ArrivalAirport Element
ArrivalAirport Element
Source
<xs:complexType name="AirportRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Airport</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="IataCode" type="IataAirportCode" />
    <xs:element name="IcaoCode" type="IcaoAirportCode" />
  </xs:choice>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.